home *** CD-ROM | disk | FTP | other *** search
/ Interactive Quarterly / The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso / pc / store.dir / 00143_Return.ls < prev    next >
Encoding:
Text File  |  1996-09-26  |  176 b   |  10 lines

  1. on mouseUp
  2.   puppetSprite(5, 0)
  3.   if the visible of sprite 12 <> 1 then
  4.     set the visible of sprite 12 to 1
  5.     updateStage()
  6.   end if
  7.   puppetSprite(12, 0)
  8.   GoReturn()
  9. end
  10.